home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Online / tcpdl / tcpdl.config < prev    next >
Text File  |  1998-11-08  |  1KB  |  75 lines

  1. # tcpdl.config
  2. #
  3. # Any line with a hash (#) in column 1 will be treated as 
  4. # a comment and ignored.
  5. # To activate many of the options below, remove the # and
  6. # edit the option value according to your requirements.
  7. #
  8.  
  9. #
  10. # Specify the proxy server
  11. #
  12. #PROXY www-cache.demon.co.uk:8080
  13.  
  14. #
  15. # Specify the timeouts in seconds
  16. #
  17. #CONTIMEOUT 20
  18. #HTTPTIMEOUT 60
  19.  
  20. #
  21. # Specify the number of attempts for each file
  22. #
  23. #RETRIES 5
  24.  
  25. #
  26. # Specify that no e-mail address is sent to the server
  27. #
  28. #USER 
  29.  
  30. #
  31. # Specify the max number of URLs to be downloaded concurrently
  32. #
  33. #TASKS 12 
  34.  
  35. #
  36. # Specify the max priority to be used by the tcpdl tasks
  37. #
  38. #PRIORITY 2 
  39.  
  40. #
  41. # Specify the User Agent name to be sent to the server
  42. #
  43. #USERAGENT tcpdl/2.5 Amiga
  44.  
  45. # Specify the Font and Fontsize to be used in the status window
  46. #
  47. #FONT xen
  48. #FONTSIZE 9
  49.  
  50. #
  51. # Files with a suffix specified in a command of the form:
  52. #
  53. #   IGNORE <suffix>
  54. #
  55. # will not be downloaded unless they appear explicitly
  56. # in the urllist file.
  57. #
  58. # <suffix> may contain any printing characters except white 
  59. # space, and will be compared to the end of each URL.
  60. #
  61.  
  62. # ignore lha archives
  63. IGNORE .lha
  64.  
  65. # ignore zip archives
  66. IGNORE .zip
  67.  
  68. # ignore .wav sound files
  69. IGNORE .wav
  70.  
  71. # ignore MS-DOS executables
  72. IGNORE .exe
  73.  
  74.